encoding/asn1.fieldParameters.timeType (field)
6 uses
encoding/asn1 (current package)
common.go#L83: timeType int // the time tag to use when marshaling.
common.go#L107: ret.timeType = TagGeneralizedTime
common.go#L109: ret.timeType = TagUTCTime
marshal.go#L467: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
marshal.go#L629: if params.timeType != 0 && tag != TagUTCTime {
marshal.go#L656: if params.timeType == TagGeneralizedTime || outsideUTCRange(v.Interface().(time.Time)) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |